home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1069 < prev    next >
Encoding:
Text File  |  1996-08-06  |  4.9 KB  |  106 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!gmandel
  3. From: gmandel@netcom.com (Glenn Mandelkern)
  4. Subject: Re: Difficulty hiring people with C++ experience.
  5. Message-ID: <gmandelDKw681.FDo@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <hNOHm5-.gs678@delphi.com> <4con3u$a24@news1.usa.pipeline.com>
  8. Date: Tue, 9 Jan 1996 02:14:25 GMT
  9. Sender: gmandel@netcom5.netcom.com
  10.  
  11. In article <4con3u$a24@news1.usa.pipeline.com>,
  12.  <grantp@usa.pipeline.com> wrote:
  13. >On Jan 07, 1996 03:27:51 in article <Re: Difficulty hiring people with C++
  14. >experience.>, 'gs678@delphi.com' (Glenn Smith) wrote: 
  15. >> [... irrelevant portions deleted ..]  I eat, sleep, 
  16. >>dream programming, (except at work) 
  17. >I eat, sleep, dream programming -- including at work! :-) 
  18. >Amazing!  I get paid (and quite well) for what I love to do. 
  19. >  
  20. >>Someday I will find the time to get a BSCS, since without it most  
  21. >>interviews may go badly.  How does someone like me (programmer 
  22. >>nerd) land a job that let's me use OOD without the BS CS label 
  23. >>required? 
  24.  
  25. The degree is in fact required in many places.  The employer may 
  26. understandably raise some red flags as to why you may not have it.  Many will
  27. not even look at you without a degree; their reasoning is basically that
  28. if you did not see it fit to stick to something for 4 years, then what
  29. kind of sense of dedication and responsibility could you bring to a job?
  30. With the thousands of applicants available for a given position,
  31. the lack of degree provides the equivalent of quick bailing code found
  32. at the top of many C & C++ functions, i.e., 
  33.  
  34.     if (!degreed)
  35.            return;    // don't even bother
  36.  
  37.  
  38. Then again, a smart employer sometimes realizes the need for someone who 
  39. deviates from the norm.   That may just be the right complement to his team.
  40. Managers with this kind of insight and risktaking posture, however, are rare.
  41. One manager I spoke to once paraphrased a famous educator by saying, "School 
  42. tends to change our children from question marks into periods.  So I am 
  43. always looking for people who were not taken in by this in their education 
  44. and are always exploring."  I later found out his employees came from varied 
  45. backgrounds, some with degrees, some without.  Ironically, this manager worked
  46. for a company that made educational productions.  I could tell that this 
  47. manager was not into rote thinking nor learning.  At the same time, he was 
  48. very willing to work together with many very amicably.
  49.  
  50. Maybe you can find such a manager who believes in you and your abilities 
  51. and will even encourage you to get a degree through his company's tuition 
  52. reimbursement program.  The degree is really just another thing to add
  53. to your toolbox.
  54.  
  55. But neither you nor employer should expect guarantees from a degree.
  56. Your degree will not promise you job security nor the OOD position you want.
  57. Sometimes employers sob at length as to how safe they tried to play 
  58. it all in hiring only the brightest, yet their project failed immensely 
  59. anyway.  But like the above manager cautioned me at an earlier age, 
  60. just because you follow all the steps in something does not mean that 
  61. you will get the 'A' like you did in school.
  62.  
  63. >It's tough.  There's so many out there who claim to eat-sleep-etc., 
  64. >but don't, and the potential employer must weigh the verifiable 
  65. >facts more than verbal 'bragging'.  
  66.  
  67. The one thing you do not want to lose as a result of your education 
  68. is your uniqueness and flexibility in problem solving--that is vital 
  69. in the most progressive software organizations today.  Sometimes, I still
  70. rely on some self-taught inspirations from BASIC days, such as
  71.  
  72.     IF LEFT$(TIME$(), 5) = "08:00" THEN POKE 2401, &H47
  73.  
  74. That was my junior high way of remembering to go to school building #2401
  75. at 8:00AM.  &H47 is my first initial in hex, 'G'.  Living and breating 
  76. programming this way made me want to pursue software.
  77.  
  78. Similar to a joke I've seen posted on the net several times about the
  79. evolution of a C++ programmer, I have written similar things in my daily
  80. planner as C++ classes and drivers.  So when buying a new vehicle close 
  81. to the time I was learning C++, I wrote a class hierarchy to go about 
  82. making my purchase.  Originally I wanted a car, but for the kinds of 
  83. things I like to do, a pickup truck worked out better.  I remembered
  84. my OO diagrams and C++ header files as I went around different showrooms.
  85.  
  86.  
  87.  
  88. >BTW, employers read this newsgroup too.  I now and then 
  89. >do some hiring and I remember postings of people such as 
  90. >Glenn. 
  91.  
  92. Another Glenn thanks you.  FWIW, I have a BSEE.
  93.  
  94. -- 
  95.  ---------------------------------------------------------------------------
  96. Glenn Mandelkern                     "Hee, hee, hee, hee!" -- Questor the Elf
  97. gmandel@netcom.com                   "When passion runs deep,
  98. San Jose, CA                         you're playing for keeps" -- Keith Emerson
  99. Games, GUI's and Entertainment    What does Motif sound like in the key of C++?
  100.  
  101.